
[data-element-id="VPraUVvxB9fdxuSiPHBrLA"].zpsection {
    display: none !important;
}




 /* everything stacks toward the bottom */

.img-bottom-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;       /* everything stacks toward the bottom */
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
 min-height: 100vh;

}


/* target the image at the bottom */
.img-bottom-col img {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}



h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 54px;
  line-height: 1.15;
  letter-spacing: -0.5px;
}


.vcenter-col {
  display: flex;
  flex-direction: column;
  min-height: 100vh;        /* increase if needed (e.g., 500–600px or 100vh) 
    background: rgba(255, 0, 0, 0.2);*/
}

.vcenter-col > * {
  margin-top: auto;
  margin-bottom: auto;      /* push content to vertical center */
}









